home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / NuPerformer.h < prev    next >
Encoding:
Text File  |  1992-04-05  |  151 b   |  12 lines

  1. #import <musickit/musickit.h>
  2.  
  3. @interface NuPerformer:Performer
  4. { double beatsPerTick ;
  5.   id targetGlyph ;
  6. }
  7.  
  8. +newForGlyph: aGlyph  ;
  9. -perform ;
  10.  
  11. @end
  12.